home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Glary Utilities / gusetup.exe / {app} / uninstaller.exe / RCDATA / TFRMFIND / TFRMFIND.txt
Text File  |  2010-01-14  |  1KB  |  58 lines

  1. object frmFind: TfrmFind
  2.   Left = 461
  3.   Top = 470
  4.   BorderStyle = bsDialog
  5.   Caption = 'Find'
  6.   ClientHeight = 84
  7.   ClientWidth = 351
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 2
  21.     Top = 8
  22.     Width = 54
  23.     Height = 13
  24.     Caption = 'Find what: '
  25.   end
  26.   object Edit1: TEdit
  27.     Left = 64
  28.     Top = 8
  29.     Width = 193
  30.     Height = 21
  31.     AutoSelect = False
  32.     ImeName = 'Chinese (Simplified) - Microsoft Pinyin IME 3.0'
  33.     TabOrder = 0
  34.     OnChange = Edit1Change
  35.   end
  36.   object BitBtn1: TBitBtn
  37.     Left = 272
  38.     Top = 8
  39.     Width = 75
  40.     Height = 22
  41.     Caption = 'Find Next'
  42.     Default = True
  43.     TabOrder = 1
  44.     OnClick = BitBtn1Click
  45.   end
  46.   object BitBtn2: TBitBtn
  47.     Left = 272
  48.     Top = 36
  49.     Width = 75
  50.     Height = 22
  51.     Cancel = True
  52.     Caption = 'Cancel'
  53.     ModalResult = 2
  54.     TabOrder = 2
  55.     OnClick = BitBtn2Click
  56.   end
  57. end
  58.